<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*搜索框*/
.searchInput { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.search button { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

/*购物车*/
.shopping_cart { border-radius: 3px; }

/*nav-righ开始*/
.nav_right, .user_btn a { border-radius: 3px; }

.special_service li { height: 32px; line-height: 32px; text-align: center; }
.special_service { border-bottom: 2px solid #d5d5d5; }

/*banner*/
.banner_nav li { border-radius: 3px; }

/*floor*/
.floor-title { border-top-left-radius: 3px; border-top-right-radius: 3px; }
.title_r a { border-radius: 3px; }

/*-------------商品列表页：goodsList--------------------*/
.ranking, .recommend, .commodity_r { border-radius: 3px; }

/*--------------------商品详情页-------------------------*/
.root_info .addShopping a { border-radius: 3px; }
</pre></body></html>